( Options
	( O_General
		. Typ = Options
		. File = mp3station.ini
		( Option
			( CDDBOnline
				. Typ = OnOff
				. Value = Off
				( OnOff
					. On = Button.B_Online.State
					. Off = Button.B_Online.State
				)
				( Control 
					. On = Aktiv
					. Off = Passiv
				)
			)
			( CDDBOffline
				. Typ = OnOff
				. Value = Off
				( OnOff
					. On = Button.B_Offline.State
					. Off = Button.B_Offline.State
				)
				( Control 
					. On = Aktiv
					. Off = Passiv
				)
			)
			( WriteSpeed
				. Typ = Radio
				. Value = Single
				( Radio
					. Single = Button.B_Speed_Sing
					. Maximum = Button.B_Speed_Max
				)
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
			)
			( Animation
				. Typ = OnOff
				. Value = On
				( OnOff
					. On = Button.B_Animation.State
					. Off = Button.B_Animation.State
				)
				( Control 
					. Call = PlayerCommand.PC_PlayerCommand.SwitchAnimation
					. On = Aktiv
					. Off = Passiv
				)
			)
			( Record
				. Typ = Radio
				. Value = Wav
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
				( Radio
					. Wav = Button.B_Wav
					. Mp3 = Button.B_Mp3
				)
			)
			( CDPlay
				. Typ = Radio
				. Value = Analog
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
				( Radio
					. Digital = Button.B_Digital
					. Analog = Button.B_Analog
				)
			)
			( Quality
				. Typ = Radio
				. Value = 128
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
				( Radio
					. 32 = Button.B_EncR32
					. 48 = Button.B_EncR48
					. 64 = Button.B_EncR64
					. 96 = Button.B_EncR96
					. 112 = Button.B_EncR112
					. 128 = Button.B_EncR128
					. 256 = Button.B_EncR256
					. 320 = Button.B_EncR320
				)
			)
			( ArchivePath
				. Typ = Path
				. Value = .
				. NoDefault = true
				( Control
					. Call = SetText.Value
				)
				( Path
					. SetValue = Bitmap.BM_Verzeichnis
				)
			)
			( AnimatorPictures
				. Typ = Text
				. Value = .
				( Control
					. Call = ShowPictureList.Value
				)
				( Text
					. SetValue = PlayerCommand.PC_PlayerCommand
				)
			)
			( Playlist
				. Value = .
			)
			( WindowSizeWidth
				. Value = 640
			)
			( WindowSizeHeight
				. Value = 572
			)
			( Encodings
				. Typ = Text
				. Value = 50
				( Control
					. Call = SetText.TextEncodings
				)
				( Text
					. SetValue = Bitmap.BM_NochEnc
				)
			)
		)
	)
	( O_Animation
		. Typ = Options
		. File = animation.ini
		( Option
			( Automode
				. Typ = OnOff
				. Value = Off
				( OnOff
					. On = Button.B_AutoA.State
					. Off = Button.B_AutoA.State
				)
				( Control 
					. On = Aktiv
					. Off = Passiv
				)
			)
			( Stereoscope
				. Typ = OnOff
				. Value = Off
				( OnOff
					. On = Button.B_StereoT.State
					. Off = Button.B_StereoT.State
				)
				( Control 
					. On = Aktiv
					. Off = Passiv
				)
			)
			( Grid
				. Typ = OnOff
				. Value = Off
				( OnOff
					. On = Button.B_GridU.State
					. Off = Button.B_GridU.State
				)
				( Control 
					. On = Aktiv
					. Off = Passiv
				)
			)
			( Style
				. Typ = Radio
				. Value = Q
				( Radio
					. Q = Button.B_SpectQ
					. W = Button.B_SpectW
					. E = Button.B_SpectE
					. R = Button.B_SpectR
				)
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
			)
			( Color
				. Typ = Radio
				. Value = S
				( Radio
					. S = Button.B_ColS
					. D = Button.B_ColD
					. F = Button.B_ColF
				)
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
			)
			( Fx
				. Typ = Radio
				. Value = 1
				( Radio
					. 1 = Button.B_Fx1
					. 2 = Button.B_Fx2
					. 3 = Button.B_Fx3
					. 4 = Button.B_Fx4
					. 5 = Button.B_Fx5
					. 6 = Button.B_Fx6
					. 7 = Button.B_Fx7
					. 8 = Button.B_Fx8
					. 9 = Button.B_Fx9
					. 0 = Button.B_Fx0
				)
				( Control 
					. Set = State.Aktiv
					. Reset = State.Passiv
				)
			)
			( Pace
				. Value = 900
			)
			( Fade
				. Value = 75
			)
		)
	)
)

